Series and Summation Notation
- Definition of a Series
- Summation Notation (Sigma Notation)
- Partial Sums
- Infinite Series
- Convergence and Divergence of Series
Definition of a Series
A series is the sum of the terms of a sequence. If
More generally, the sum of the first
A series can either be finite (a sum of a fixed number of terms) or infinite (a sum of infinitely many terms).
Summation Notation (Sigma Notation)
Summation notation (also called sigma notation) is a compact way of writing the sum of the terms in a sequence. It is represented using the Greek capital letter
Where:
represents summation. is the index of summation, typically starting at 1. is the upper limit, indicating how many terms to sum. represents the -th term of the sequence.
Example:
The sum of the first
Partial Sums
A partial sum is the sum of the first
Partial sums are important because they help analyze whether an infinite series converges or diverges.
Example of Partial Sums:
For the sequence
Infinite Series
An infinite series is the sum of infinitely many terms of a sequence:
The sum of an infinite series is defined as the limit of the sequence of partial sums. If the partial sums approach a finite number
If the partial sums do not approach a finite limit, we say the series diverges.
Convergence and Divergence of Series
Convergence:
An infinite series
where
Example of a Convergent Series:
Consider the geometric series:
This series converges to:
Divergence:
An infinite series
Example of a Divergent Series:
The harmonic series
Although the terms get smaller, the partial sums increase without bound, meaning the series diverges.
Tests for Convergence:
There are several tests to determine if a series converges or diverges, including:
- nth-Term Test for Divergence: If
, then the series diverges. - Geometric Series Test: A geometric series
converges if . - Integral Test: A series
can be compared to an integral to test for convergence. - Comparison Test: Compare the series
with another known convergent or divergent series to determine the behavior.